home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / imc9103.zip / READ.ME < prev    next >
Text File  |  1991-03-05  |  2KB  |  25 lines

  1. ╔═══════════════════════════════════════════════════════════════════════╗
  2. ║  MARCH 1991                                        Inside Microsoft C ║
  3. ╟───────────────────────────────────────────────────────────────────────╢
  4. ║  Controlling the mouse cursor - by Steve Holzner                      ║
  5. ║    MOUSE3.C  - a demonstration program for the third mouse article    ║
  6. ║             in Steve's "Controlling the mouse" series.             ║
  7. ║                                                                       ║
  8. ║  Using the Microsoft Library Manager to organize your code        ║
  9. ║    - no accompanying program listing.                                 ║
  10. ║                                                                       ║
  11. ║  Including library-search records in an object file                   ║
  12. ║    - no accompanying program listing.                                 ║
  13. ║                                                                       ║
  14. ║  Optimizing your C functions - by Richard Hale Shaw                   ║
  15. ║    ACO.C    - calculates the execution time of the average C operator.║
  16. ║    AFC.C    - calculates the overhead of the average C function call. ║
  17. ║    TIMER1.C - calculates the execution time of any C test function.   ║
  18. ║                                                                       ║
  19. ║  (Tabstops for all listings are set to 4 spaces.)                     ║
  20. ╟───────────────────────────────────────────────────────────────────────╢
  21. ║  Last updated: 5 March 1991                                           ║
  22. ╚═══════════════════════════════════════════════════════════════════════╝
  23.  
  24. 
  25.